func runtime.typehash
8 uses
runtime (current package)
alg.go#L111: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L113: return c1 * typehash(t, a.data, h^c0)
alg.go#L128: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L130: return c1 * typehash(t, a.data, h^c0)
alg.go#L144: func typehash(t *_type, p unsafe.Pointer, h uintptr) uintptr {
alg.go#L176: h = typehash(a.elem, add(p, i*a.elem.size), h)
alg.go#L185: h = typehash(f.typ, add(p, f.offset()), h)
alg.go#L197: return typehash(t, p, h)